const runtime.waitReasonZero
6 uses
runtime (current package)
debugcall.go#L127: newg := newproc1(*(**funcval)(unsafe.Pointer(&fn)), gp, callerpc, false, waitReasonZero)
proc.go#L4290: gp.waitreason = waitReasonZero
proc.go#L4979: newg := newproc1(fn, gp, pc, false, waitReasonZero)
runtime2.go#L1062: waitReasonZero waitReason = iota // ""
runtime2.go#L1103: waitReasonZero: "",
traceback.go#L1214: if gpstatus == _Gwaiting && gp.waitreason != waitReasonZero {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |